net/http.persistConn.inFlight (field)

6 uses

	net/http (current package)
		clientconn.go#L415: 	if cc.pconn.closed != nil || cc.pconn.reserved || cc.pconn.inFlight {
		clientconn.go#L424: 	if cc.pconn.closed == nil && (cc.pconn.reserved || cc.pconn.inFlight) {
		transport.go#L1075: 		if !pconn.inFlight {
		transport.go#L1078: 		pconn.inFlight = false
		transport.go#L2154: 	inFlight             bool   // ClientConn only: request is in flight
		transport.go#L2826: 		pc.inFlight = true